-- background: 2590 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 0 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=14 top=114 right=138 bottom=79 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: NaOH ----- HyperTalk script ----- on mouseUp global acid global dim global top global conc global grav put 1 into dim put 2 into top put 40.0 into conc dimmer2 put "Sodium Hydroxide" into acid set the highlight of bkgnd button 1 to true end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=14 top=145 right=169 bottom=79 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: KOH ----- HyperTalk script ----- on mouseUp global acid global dim global top global conc global grav put 1 into dim put 2 into top put 56.11 into conc dimmer2 put "Potassium Hydroxide" into acid set the highlight of bkgnd button 2 to true end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=96 top=114 right=139 bottom=155 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.10 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .10 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 3 to true end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=96 top=138 right=163 bottom=155 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.20 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .20 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 4 to true end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=96 top=162 right=187 bottom=155 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.30 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .30 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 5 to true end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=96 top=186 right=211 bottom=155 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.40 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .40 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 6 to true end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=96 top=210 right=235 bottom=155 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.50 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .50 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 7 to true end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=96 top=234 right=259 bottom=155 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.60 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .60 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 8 to true end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=154 top=114 right=139 bottom=213 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.70 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .70 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 9 to true end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=154 top=138 right=163 bottom=213 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.80 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .80 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 10 to true end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=154 top=162 right=187 bottom=213 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 0.90 M ----- HyperTalk script ----- on mouseup global molar global dim global top put .90 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 11 to true end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=154 top=186 right=211 bottom=213 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 1.0 M ----- HyperTalk script ----- on mouseup global molar global dim global top put 1.0 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 12 to true end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=154 top=210 right=235 bottom=213 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 3.0 M ----- HyperTalk script ----- on mouseup global molar global dim global top put 3.0 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 13 to true end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=154 top=234 right=259 bottom=213 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 6.0 M ----- HyperTalk script ----- on mouseup global molar global dim global top put 6.0 into molar put 3 into dim put 14 into top dimmer2 set the highlight of bkgnd button 14 to true end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=230 top=114 right=139 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 100 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 100 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 15 to true end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=230 top=137 right=162 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 200 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 200 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 16 to true end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=230 top=161 right=186 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 300 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 300 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 17 to true end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=230 top=185 right=210 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 400 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 400 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 18 to true end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=230 top=209 right=234 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 500 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 500 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 19 to true end mouseUp -- part 20 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=230 top=233 right=258 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 600 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 600 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 20 to true end mouseUp -- part 21 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=288 top=114 right=139 bottom=347 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 700 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 700 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 21 to true end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=288 top=137 right=162 bottom=347 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 800 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 800 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 22 to true end mouseUp -- part 23 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=288 top=161 right=186 bottom=347 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 900 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 900 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 23 to true end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=288 top=185 right=210 bottom=347 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 1000 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 1000 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 24 to true end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=288 top=209 right=234 bottom=347 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 2000 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 2000 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 25 to true end mouseUp -- part 26 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=288 top=233 right=258 bottom=347 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 5000 ml ----- HyperTalk script ----- on mouseUp global volume global dim global top put 5000 into volume put 15 into dim put 26 into top dimmer2 set the highlight of bkgnd button 26 to true end mouseUp